projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98d926f
)
(jit-lock-chunk-size): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 30 Dec 2005 13:20:23 +0000
(13:20 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 30 Dec 2005 13:20:23 +0000
(13:20 +0000)
lisp/jit-lock.el
patch
|
blob
|
history
diff --git
a/lisp/jit-lock.el
b/lisp/jit-lock.el
index eb5ace956ebb763bd726f35209a5f0a0e09e1b29..16db1e25a9a177654fcf9b1b543288b32c5adee2 100644
(file)
--- a/
lisp/jit-lock.el
+++ b/
lisp/jit-lock.el
@@
-65,7
+65,9
@@
Preserves the `buffer-modified-p' state of the current buffer."
:group 'font-lock)
(defcustom jit-lock-chunk-size 500
- "*Jit-lock chunks of this many characters, or smaller."
+ "*Jit-lock fontifies chunks of at most this many characters at a time.
+
+This variable controls both display-time and stealth fontification."
:type 'integer
:group 'jit-lock)